body {
	overflow-x: hidden;
}

#fixedForm {
	position: fixed;
	z-index: 100000;
	top: 150px;
}

#fixedForm .frontpage_form {
	background: rgba(0, 0, 0, 0.6);
	border-radius: 10px 0 0 10px;
	float: right;
	color: #FFF;
	width: 300px;
}

#fixedForm .iconbox {
	float: right;
	color: rgba(106, 177, 101, 0.6);
	font-size: 46px;
	font-weight: bold;
	cursor: pointer;
}

#fixedForm .iconbox i {
	margin-right: 3px;
}

#fixedForm .frontpage_form h3 {
	color: #FFF;
	font-size: 18px;
	text-transform: uppercase;
	margin-top: 35px;
	text-align: center;
}

#contactForm {
	margin: 20px;
}

#clientName, #clientEmail, #clientComment, #sendButton {
	margin-left: 20px;
	margin-right: 20px;
	width: 85%;
	height: 25px;
	border-radius: 5px;
	margin-top: 15px;
	text-indent: 1em;
	font-family: Arial;
	font-size: 16px;
}

#result {
	color: #D9F7E1;
	font-weight: bold;
}

#result i {
	margin-left: 12%;
	margin-top: 15px;
	color: #3EF376;
}

#clientComment {
	min-height: 50px;
	max-width: 85%;
	margin-bottom: 10px;
}

#bot-check {
	margin-left: 20px;
}

#sendButton {
	height: 40px;
	color: #FFF;
	background-color: #6AB165;
	border: none;
	font-size: 18px;
	margin-bottom: 20px;
	box-shadow: none;
	padding: 0;
	outline: none;
}

#sendButton:hover,
#sendButton:active,
#sendButton:focus {
	opacity: 0.9;
}

#fixedForm .bot_check__block {
	font-size: 16px;
	display: flex;
	align-items: center;
}

#fixedForm .bot_check__block #bot-check {
	margin-right: 5px;
}